LabelingConfig

data class LabelingConfig(subtitleLabeler: SubtitleLabeler?, audioLabeler: AudioLabeler?, videoQualityLabeler: VideoQualityLabeler?, audioQualityLabeler: AudioQualityLabeler?) : Parcelable

Configures custom labeling.

Constructors

LabelingConfig
Link copied to clipboard
fun LabelingConfig(subtitleLabeler: SubtitleLabeler? = null, audioLabeler: AudioLabeler? = null, videoQualityLabeler: VideoQualityLabeler? = null, audioQualityLabeler: AudioQualityLabeler? = null)

Properties

audioLabeler
Link copied to clipboard
var audioLabeler: AudioLabeler? = null
The current AudioLabeler.
audioQualityLabeler
Link copied to clipboard
var audioQualityLabeler: AudioQualityLabeler? = null
The current AudioQualityLabeler.
subtitleLabeler
Link copied to clipboard
var subtitleLabeler: SubtitleLabeler? = null
The current SubtitleLabeler.
videoQualityLabeler
Link copied to clipboard
var videoQualityLabeler: VideoQualityLabeler? = null
The current VideoQualityLabeler.

Inherited functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)